.index-header {
    margin: 0 auto;
    width: 1366px;
}

.top_box {
    background: url("../images/new-index-top-banner-2.png") no-repeat center 0;
    background-size: 100% 100%;
    overflow: hidden;
    margin: 0 auto;
    width: 1366px;
    /* height: 364px; */
    height: 165px;
    position: relative;
}

.index-header .top-badge {
    display: inline-block;
    margin-top: 40px;
    margin-left: 254px;
    width: 445px;
    height: 73px;
    background: url("../images/new-index-top-badge-2.png") no-repeat center 0;
    background-size: 100%;
}

.index-header .badge {
    width: 1200px;
    margin: 0 auto;
    margin-top: 88px;
    text-align: center;
}

.index-header .title {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 61px;
    line-height: 61px;
    font-weight: bold;
    color: #2C486E;
    text-align: center;
}

.index-header .english-title {
    width: 1200px;
    margin: 0 auto;
    margin-top: 11px;
    line-height: 17px;
    font-size: 17px;
    font-weight: 400;
    color: #2C486E;
    text-align: center;
}

#searchForm {
    display: inline-block;
    position: absolute;
    top: 76px;
    right: 100px;
}

.index-header .search {
    display: flex;

}

.index-header .search .input-wrap {
    width: 145px;
    height: 29px;
}

.index-header .search .input-wrap input {
    line-height: 29px;
    border: none;
    background-color: #fff;
    width: 100%;
    font-size: 17px;
    padding: 0 15px;
}

.index-header .search .input-btn {
    position: relative;
    width: 76.1px;
    height: 29.2px;
    line-height: 29.2px;
    background: #C30304;
    border-radius: 0px 4px 4px 0px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.index-header .search .input-btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
}

.index-header .index-menu {
    box-sizing: border-box;
    height: 57px;
    background: url("../images/new-menu-bg-1.png") no-repeat left 0;
    background-size: auto 100%;
    background-color: #C30304;
}

.index-header .index-menu .index-menu-wrap {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding-left: 257px;
    padding-right: 94px;

}

.index-header .index-menu .index-menu-wrap .menu-item {
    position: relative;
    height: 57px;
    line-height: 57px;
}

.index-header .index-menu .index-menu-wrap .menu-item.active {
    font-weight: bold;
}

.index-header .index-menu .index-menu-wrap .menu-item.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: #fff;
    border-radius: 4px;

}

.index-header .index-menu .index-menu-wrap .menu-item a {
    font-size: 17px;
    color: #FFFFFF;
}

.index-top {
    margin: 0 auto;
    width: 1366px;
    box-sizing: border-box;
    overflow: hidden;
}

.index-top .index-top-wrap {
    width: 853px;
    margin: 0 auto;
    box-sizing: border-box;

}

.index-top .index-top-wrap .recommend-one-top {
    margin-top: 10px;
}

.index-top .index-top-wrap .recommend-two-top {
    margin-top: 6px;
}

.index-top .index-top-wrap .recommend-one-top,
.index-top .index-top-wrap .recommend-one-top .news-top-wrap {
    width: 854px;
    height: 82px;
}

.index-top .index-top-wrap .recommend-two-top,
.index-top .index-top-wrap .recommend-two-top .news-top-wrap {
    width: 854px;
    height: 77px;
}

.img-recommend {
    vertical-align: middle;
}

.index-top .index-top-wrap .news-top {
    margin-top: 7px;
    display: flex;
    justify-content: center;
}

.index-top .index-top-wrap .news-top .news-top-wrap {
    width: 100%;
    height: 69px;
    line-height: 69px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    padding-left: 120px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #FAF2E5 url("../images/new-top-icon-1.png") no-repeat left 0;
    background-size: 120px;
}

.index-top .index-top-wrap .news-latest {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.index-top .index-top-wrap .news-latest .swiper {
    width: 404px;
    height: 227px;
    background-color: #eee;
    overflow: hidden;
}

.index-top .index-top-wrap .news-latest .swiper img {
    width: 100%;
}

.index-top .index-top-wrap .news-latest .news-important {
    width: 400px;
}

.index-top .index-top-wrap .news-latest .news-important .label {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.index-top .index-top-wrap .news-latest .news-important .label a {
    color: #333333;
}

.index-top .index-top-wrap .news-latest .news-important ul li {
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    background: url("../images/little-dot-grey-1.png") no-repeat 0 center;
    background-size: 8px 8px;
    margin-bottom: 16px;
}

.index-top .index-top-wrap .news-latest .news-important ul li .title {
    flex: 1;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;

}

.index-top .index-top-wrap .news-latest .news-important ul li .date {
    width: 70px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}


.index-main-wrap {
    width: 1366px;
    margin: 0 auto;
}

.index-main {
    width: 854px;
    margin: 0 auto;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
}

.index-main .main-side {
    width: 285px;
}

.index-main .main-content {
    width: 527px;
}

.index-main-two .main-content {
    width: 527px;
}

.block {
    margin-bottom: 30px;
}

.tab-header-wrap {
    position: relative;
}

.tab-header {
    display: flex;
    margin-bottom: 29px;
    height: 48px;
    background: linear-gradient(176deg, #DB4246, #A71F24);
    border: 1px solid #F8D1C2;
    border-radius: 8px;
}

.tab-header-wrap .more {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.tab-header>:nth-child(1) {
    margin-left: 32px;
}

.tab-header-item {
    position: relative;
    margin-right: 27px;
    padding-bottom: 14px;
    font-size: 20px;
    line-height: 45px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.tab-header-item i {
    display: none;
}

.tab-header-item.active {
    color: #C30304;
    background: linear-gradient(0deg, #F7BC8A 0%, #FFF6DD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-header-item.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(-90deg, #F7BC8A, #F7BC8A);
}

.tab-header-item.active i {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 12px;
    /* background: url("../images/arrow-down.png") no-repeat center 0;; */
    background: url("../images/select.png") no-repeat center 0;
}


.index-main .main-content .tab-content ul li {
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    background: url("../images/little-dot-grey-1.png") no-repeat 0 center;
    background-size: 8px 8px;
    margin-bottom: 11px;
}

.index-main .main-content .tab-content ul li .title {
    flex: 1;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.index-main .main-content .tab-content ul li .date {
    width: 67px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}


.index-main-two {
    width: 854px;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 42px;
    display: flex;
    justify-content: space-between;
}


.index-main-two .main-content .tab-content ul li {
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    background: url("../images/little-dot-grey-1.png") no-repeat 0 center;
    background-size: 8px 8px;
    margin-bottom: 11px;
}

.index-main-two .main-content .tab-content ul li .title {
    flex: 1;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


.index-main-two .main-content .tab-content ul li .date {
    width: 67px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.index-main-two .banner_box {
    background: #F5F5F5;
    /* opacity: 0.04; */
    border-radius: 8px;
}

.index-main-two .banner_box .banner {
    margin: 0 12px;
    margin-top: 46px;
}

.index-main-two .banner_box>:nth-child(1) {
    margin-top: 30px;
}

.index-main-two .banner_box>:nth-last-child(1) {
    margin-bottom: 51px;
}

.index-main-two .banner_box .banner img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.index-main-two .main-content .block-wrap {
    display: flex;
    justify-content: space-between;
}

.main-content .content-wrap .area-wrap {
    display: flex;
    justify-content: space-between;
}

.index-main .main-content .content-wrap .tab-content {
    width: 100%;
}

.index-main-two .main-content .content-wrap .tab-content {
    width: 100%;
}

.swiper {
    position: relative;
}

.swiper-container {
    height: 100%;
}

.swiper .swiper-title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0 10px 0 23px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.swiper-pagination .my-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100%;
    background: #fff;
    transition: all .5s;
    cursor: pointer;

}

.swiper-pagination .my-bullet-active {
    width: 10px;
    height: 10px;
    background: #FFE829;
}

/* 代表风采 */

.deputy {
    width: 854px;
    margin: 0 auto;
    margin-top: 31px;
}

.deputy-active .deputy-swiper-content {
    margin-top: 10px;
}

.deputy .deputy-swiper-content {
    display: flex;
    flex-wrap: nowrap;
}

.deputy .deputy-swiper-content .deputy-swiper-content-btn {
    margin-right: 10px;
    width: 34px;
    height: 143px;
    background: linear-gradient(-62deg, #DD2123, #E9541C);
    border-radius: 4px;
    text-align: center;
}

.deputy .deputy-swiper-content .deputy-swiper-content-btn>a>span {
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 8px;
    line-height: 19px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.deputy .deputy-swiper-content .deputy-swiper-content-btn a img {
    width: 22px;
    height: 22px;
}

.deputy-swiper-content .deputy-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}

.deputy-swiper-content .deputy-swiper-container img {
    width: 156px;
    height: 142px;
}


.deputy-swiper-content .deputy-swiper-container p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #333333;
    margin-top: 10px;
}


.deputy-swiper-content .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*.swiper-container .swiper-wrapper{*/
/*    -webkit-transition-timing-function: linear; !*之前是ease-out*!*/
/*    -moz-transition-timing-function: linear;*/
/*    -ms-transition-timing-function: linear;*/
/*    -o-transition-timing-function: linear;*/
/*    transition-timing-function: linear;*/
/*}*/